From 9135f525b76ba0667a37cd10f9756a2a43ca3371 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 23 May 2006 16:22:46 +0000 Subject: [PATCH] and the other one, oops git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2117 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/google.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/google.c b/gpsbabel/google.c index 8633be6ce..ff883dcc7 100644 --- a/gpsbabel/google.c +++ b/gpsbabel/google.c @@ -321,6 +321,7 @@ google_read(void) end = encoded_levels; while ( (end = strstr(end, "\\\\" ))) { memmove( end, end+1, strlen(end)+1 ); + end++; } goog_poly_e( NULL, NULL ); } -- 2.30.2